var strconv.float32pow10
4 uses
strconv (current package)
atof.go#L418: var float32pow10 = []float32{1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10}
atof.go#L480: f *= float32pow10[exp-10]
atof.go#L487: return f * float32pow10[exp], true
atof.go#L489: return f / float32pow10[-exp], true
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |